home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Toolbox
/
Visual Basic Toolbox (P.I.E.)(1996).ISO
/
printing
/
vsview17
/
child2.frm
< prev
next >
Wrap
Text File
|
1994-11-04
|
1KB
|
45 lines
VERSION 2.00
Begin Form Child2
BackColor = &H00FFFF80&
Caption = "Form3"
ClientHeight = 2865
ClientLeft = 1245
ClientTop = 2460
ClientWidth = 2790
Height = 3360
Left = 1140
LinkTopic = "Form3"
MDIChild = -1 'True
ScaleHeight = 2865
ScaleWidth = 2790
Top = 2070
Width = 3000
Begin vsInForm vsInForm1
BarColor = &H00C0C0C0&
BarColorInactive= &H00C0C0C0&
BarHeight = 23
ButtonsRight = 1 '1
CapColor = &H00800000&
CapColorInactive= &H00800000&
Caption = "Child2"
ConvInfo = CHILD2.FRX:0000
FrameColor = &H00000080&
FrameColorInactive= &H00000080&
FrameWidth = 6
Left = 210
PictLeft0 = CHILD2.FRX:000B
PictRight0 = CHILD2.FRX:00FD
Top = 210
End
End
Option Explicit
Sub Form_Load ()
VSInform1.CustomFrame = True
End Sub
Sub VSInForm1_ClickRButton (Button As Integer)
Windowstate = 1
End Sub